home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / j_41_st.zoo / tutorial.zoo / tut / tut1.js < prev    next >
Encoding:
Text File  |  1991-06-06  |  312 b   |  24 lines

  1.                       SPELLING B
  2.    sentence=.'index=. a.i.''aA'''
  3.    
  4.    ;:sentence
  5. +-----+--+--+--+----+
  6. |index|=.|a.|i.|'aA'|
  7. +-----+--+--+--+----+
  8.    $ ;:sentence
  9. 5
  10.    >;:sentence
  11. index
  12. =.   
  13. a.   
  14. i.   
  15. 'aA' 
  16.    
  17.    ". sentence
  18. 97 65
  19.    
  20.    ". 'abc =. 3 1 4 2'
  21. 3 1 4 2
  22.    abc
  23. 3 1 4 2
  24.